home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vbprnt20.zip / SRC / VBPRNT32.DEF < prev    next >
Text File  |  1996-05-29  |  293b  |  15 lines

  1. LIBRARY      VBPRINT
  2. DESCRIPTION  'ExtDeviceMode functions for VB'
  3. CODE         PRELOAD DISCARDABLE
  4. DATA         PRELOAD SINGLE
  5. EXPORTS
  6. VBGetPrinters
  7. VBGetDriverFromName
  8. VBSetDefPrinter
  9. VBGetDefPrinter
  10. VBExtDeviceMode
  11. VBDevModeToStr
  12. VBStrToDevMode
  13. VBDeviceCapabilities
  14. VBResetDC
  15.